home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 356 / clipmod / clip.doc < prev    next >
Encoding:
Text File  |  1990-02-02  |  2.4 KB  |  57 lines

  1. 0660103030566
  2. 9[....................................................]
  3. ÇModulaandtheClipboard
  4.  
  5.      Thefilesare:
  6.  
  7.      CLIPBOAR.DEF,CLIPBOAR.MOD   sourceforclipboardlibrary
  8.      TESTCLIP.MOD                  exampleprogramsource
  9.      TESTCLIP.TOS                  exampleprogram
  10.      CLIP.PRG                      \AUTO\program
  11.      READ.ME                       thisfile
  12.  
  13.      Theclipboardinfoandthefileclip.prgwasfromRuss
  14. Wetmore'sclipboardposting.Hereleasedclip.prgtothepublic
  15. domain.
  16.  
  17.      ThelibraryisbasicallyatranslationfromWetmore's
  18. documentationandshowsitsleaningtotheClanguage.For
  19. example,PutClipwouldbeeasiertouseifitwouldpassastring,
  20. ratherthantheaddressofabuffer.GetClippassestheaddressof
  21. anaddressandisnotstandardModula.Thelibrarywastestedby
  22. runningtestclip.Itdidwhatitwasdesignedtodo,andanything
  23. elseshouldbetested.
  24.  
  25.      TherewasaproblemthatPutClipdidnotworkuntilwe
  26. changedtheorderinwhichtheparameterswerepassed.*********
  27.  
  28.      Theclip.sysfileseemstogoawayafteritisused.Doesit
  29. becomeasystemfile?Weareconfusedastothelocationof
  30. clip.sys.Itgoestowhateverdeviceiscurrentandisusedfirst.
  31. Basically,wegottheprogramtestcliptorun,andarewaitingon
  32. moreinfoonwhattheclipboardistogobeyondthere.
  33.  
  34.      TheModulausedisfromJeffersonSoftware.Itisbasedon
  35. themostrecentversionofModulafromWirth,thethirdedition,
  36. andisnotcompletelycompatablewithTDI'sversionofModula
  37. whichisbasedonthesecondedition.Sendanyproblemstous.
  38.  
  39.      JeffersonSoftwareincludesthesourcetothelibrariesin
  40. theirModula2DevelopmentSystem.Youmayusethesourceinthis
  41. exampleaslongasyouagreetoincludethecopyrightnotice,name
  42. addressandphonenumberofJeffersonSoftwareanywherethesource
  43. isused.
  44.  
  45.           JeffersonSoftware
  46.           12416N28thDr#18-236
  47.           Phoenix,AZ85029-2434
  48.           (602)243-3106
  49.           CompuserveID73637,1245
  50.  
  51.      YoucanfindModulasourceonPhase(602)849-1287.Phase
  52. isaBBSusingMichTronV2.0.GotoSig8toleavemessages,ask
  53. questionsorupload/download.
  54.  
  55.      January3,1987     
  56.  
  57.